home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / cdity / EasyPatch078.readme < prev    next >
Text File  |  1995-09-20  |  5KB  |  245 lines

  1. Short:  The Requester Patcher
  2. Author: Alessandro.Zummo@p10.f525.n335.z2.fidonet.org (Alessandro Zummo)
  3. Type:   util/cdity
  4.  
  5.  
  6.  
  7.                              EasyPatch 0.78ß 
  8.  
  9.  
  10.                     Copyright 1995 by Alessandro Zummo
  11.  
  12.                             All Rights Reserved
  13.  
  14.                                Beta-Version
  15.  
  16.  
  17.                                  ShareWare
  18.  
  19.  
  20. -------------------------------------------------------------------------------
  21.                           This application uses
  22.  
  23.  
  24.                         MUI - MagicUserInterface
  25.  
  26.                 (c) Copyright 1993/94 by Stefan Stuntz
  27.  
  28.  
  29. MUI is a system to generate and maintain graphical user interfaces. With
  30. the  aid  of  a  preferences program, the user of an application has the
  31. ability to customize the outfit according to his personal taste.
  32.  
  33. MUI is distributed as shareware. To obtain a complete package containing
  34. lots of examples and more information about registration please look for
  35. a  file  called  "muiXXusr.lha"  (XX means the latest version number) on
  36. your local bulletin boards or on public domain disks.
  37.  
  38.           If you want to register directly, feel free to send
  39.  
  40.  
  41.                          DM 30.-  or  US$ 20.-
  42.  
  43.                                   to
  44.  
  45.                              Stefan Stuntz
  46.                         Eduard-Spranger-Straße 7
  47.                              80935 München
  48.                                 GERMANY
  49. -------------------------------------------------------------------------------
  50.  
  51.  
  52.  
  53.   INTRODUCTION
  54.   ============
  55.  
  56.      Load your preferred UnRegistered Shareware program....
  57.                          ------------
  58.  
  59.      ..... don't forget to click on the Shareware 
  60.      (MUI|Intuition|ReqTools) requester....
  61.  
  62.      EasyPatch is able to DESTROY those requesters.
  63.                           -+-+-+-
  64.  
  65.  
  66.   HOW IT WORKS
  67.   ============
  68.  
  69.      It's Easy... it uses SetFunction()..
  70.  
  71.  
  72.   FEATURES
  73.   ========
  74.  
  75.       EesyPatch is able to patch:
  76.  
  77.         Intuition (EasyRequest & AutoRequest) requesters..
  78.  
  79.         MUI requesters...
  80.  
  81.           ReqTools requesters...
  82.  
  83.       EasyPatch is a commodity.
  84.  
  85.       EasyPatch can be killed with a control-c
  86.  
  87.  
  88.  TEMPLATE
  89.  ========
  90.  
  91.     EasyPatch :)
  92.  
  93.  
  94.  CONFIG
  95.  ======
  96.  
  97.     The template of the config file is:
  98.  
  99.     TITLE/A,TEXT/A,RC=RETURNCODE/N,AT=ALL_TOGETHER/S,CS=CASE_SENSITIVE/S: 
  100.  
  101.  
  102.     All AmigaDos wildcards are supported
  103.  
  104.     Examples:
  105.  
  106.  
  107.     #?Alex#? #?Kill#? AT
  108.  
  109.  
  110.     EasyPatch destroys all requesters that have Alex in the title
  111.     *AND* Kill in the text.
  112.  
  113.     #?Alex#? #?Kill#?
  114.  
  115.  
  116.     EasyPatch destroys all requesters that have Alex in the title
  117.     *OR* Kill in the text.
  118.  
  119.  
  120.     #?Alex#? #?Kill#? AT RC=3
  121.  
  122.  
  123.     EasyPatch destroys all requesters that have Alex in the title
  124.     *AND* Kill in the text and returns 3 to the function.
  125.  
  126.     
  127.     CS..... CASE SENSITIVE MODE ON!
  128.  
  129.  
  130.     How to calculate RC
  131.     -------------------
  132.  
  133.  
  134.       +---------------------------+
  135.       |Alex                       |
  136.       +---------------------------+
  137.       |                           |
  138.       |                           | 
  139.       |          KILL!            |
  140.       |                           |
  141.       |                           |
  142.       |                           |
  143.       | Gad1 Gad2 Gad3 Gadn Gad0  |
  144.       +---------------------------+
  145.  
  146.         Gad? are gadgets....
  147.  
  148.         The RC for Gad 1 is 1
  149.         The RC for Gad 2 is 2
  150.         The RC for Gad n is n
  151.  
  152.  
  153.         The RC for the last gadget is 0
  154.  
  155.  
  156.         So, if you want that EasyPatch presses the second gadget (Gad2)
  157.         write RC=2
  158.  
  159.  
  160.   TOOLTYPES
  161.   =========
  162.  
  163.     Name                 Default             Type       Description
  164.  
  165.  
  166.     CX_HOTKEY            lcommand esc     STRING    Enable/Disable EasyPatch
  167.     CX_PRIORITY         0                 NUMERIC   The priority of the commodity 
  168.        INTUITIONPATCH      YES              BOOL      Patch Intuition?
  169.     MUIPATCH            NO               BOOL      Patch MuiMaster?
  170.     REQTOOLSPATCH       NO               BOOL       Patch ReqTools?
  171.     WARNIFNOEXIT        YES              BOOL      Is something goes wrong...
  172.     PATCHLIST            s:EasyPatch.List STRING    The config file...
  173.  
  174.  
  175.     ToolTypes can also be used as arguments for EasyPatch:
  176.  
  177.  
  178.     EasyPatch "CX_HOTKEY=esc"  
  179.               ^             ^
  180.  
  181.   OTHER UTILITIES
  182.   ==============
  183.  
  184.  
  185.     EasyList     - Lists the requesters that should be killed
  186.  
  187.     EasyAdd      - Add a requester to the list (Registered users only)
  188.  
  189.     EasyRemove   - Remove a requester from the list (Registered users only)
  190.  
  191.     EasyExChange - A MUI program to manage the list (In the future...)
  192.  
  193.         
  194.     These utilities are Copyright © 1995 by Alessandro Zummo
  195.  
  196.         
  197.   LIMITATIONS
  198.   ===========
  199.  
  200.     You can kill only 4 requesters.
  201.  
  202.  
  203.     
  204.   SHAREWARE
  205.   =========
  206.  
  207.       Actually there is no way to register this program... 
  208.     is only a Beta version!
  209.       
  210.  
  211.     But... Give a future to this program,
  212.     write a message to:
  213.  
  214.  
  215.     Fidonet:
  216.  
  217.         Alessandro Zummo 2:335/525.10 (Preferred)
  218.  
  219.     Internet:
  220.  
  221.         Alessandro.Zummo@p10.f525.n335.z2.fidonet.org (Fido <-> Internet Gate)
  222.  
  223.  
  224.     
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. ...Continue?
  234.  
  235.  
  236. ============================= Archive contents =============================
  237.  
  238. Original  Packed Ratio    Date     Time    Name
  239. -------- ------- ----- --------- --------  -------------
  240.     2224    1512 32.0% 30-Jun-95 18:31:00 +EasyList
  241.    10848    5951 45.1% 30-Jun-95 18:44:02 +EasyPatch
  242.     4732    1876 60.3% 30-Jun-95 19:10:44 +EasyPatch.doc
  243. -------- ------- ----- --------- --------
  244.    17804    9339 47.5% 02-Jul-95 12:35:08   3 files
  245.